COMP3151/9154 Foundations of Concurrency
Term 2, 2022

Web Tutorials (Java Resources)

Some examples of concurrent programming in Java will be used to illustrate the taught theoretical concepts and practical difficulties in concurrent programming. You do not have to be very proficient Java programmers, because the focus of this course is on concurrent concepts while the logic of non-critical sections will be simple.

Use any suitable free online tutorial (with text, code, possibly also videos) to revise or learn at least the following basic Java concepts:

If you need help with learning any of these basic Java concepts, ask for help.

Basics of concurrent programming in Java can be discovered through Vladimir's web video linked in the sidebar, or from these tutorials:

There is a tutorial good for beginners, but with with somewhat dated information about Java: https://tutorialspoint.com/java/java_multithreading.htm

2022-08-05 Fri 16:47

Announcements RSS